home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00018.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  167 b   |  12 lines

  1. on exitFrame
  2.   global UserJump
  3.   puppetSound(0)
  4.   playMyMovie("MMHouse")
  5.   if UserJump = 1 then
  6.     go("Menu")
  7.     set UserJump to 0
  8.   else
  9.     go("SSH")
  10.   end if
  11. end
  12.